@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body {
  font-family: 'Montserrat', sans-serif;
}

/*---search bar ----*/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid rgba(34,36,38,.15);
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px  solid rgba(34,36,38,.15);
  background: #1E81CE;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*---search bar ----*/

a, button{
  transform: ease all .7s;
  text-decoration: none;
}
.analyticsReport .dashboardcardfooter a.dashbtns {
    margin-bottom: 20px;
}
.analyticsReport h3 {
  max-width: 170px;
  margin-top: 30px;
}
.table .thead-light th {
  color: #495057;
  background-color: #ffffff;
  position: sticky !important;
}

.kycdetailsdashboards .col-md-12:first-child {
    margin-bottom: 10px;
}

.kycdetailsdashboards .col-md-12 {
    padding: 0;
}

.row.dashboardftinner.kycdetailsdashboards:before {
    background: #dddddd75;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    top: 19px;
}

/* Login */
.login {
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.login__left {
  background: url(../images/Loginleftimage.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0;
  padding: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #3b5998;
}

.login__right {
  height: 100%;
  background: url(../images/loginbg.png);
  margin-left: 0;
  min-height: 100vh;
  width: 100%;
  padding: 1rem 4rem;
  background-color: #ffffff;
}

.panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0;
  height: 80%;
  padding: 2rem 0 1rem 0;
  min-height: 80vh;
  width: 100%;
}

.panel__header {
  display: block;
}

.header__brand {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header__text {
  padding: 0;
  font-weight: 200;
  font-size: 34px;
  margin: 0;
  color: #2E374D;
}

.logo__tile {
  width: 180px;
}

.icon-primary-color {
  fill: #3b5998;
}

.panel__body {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 1rem 0 1rem 0;
}

.panel__footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: revert;
  -webkit-box-pack: unset;
  justify-content: stretch;
  padding: 0.5rem 0;
}

.option {
  -webkit-box-align: center;
  align-items: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.option__item {
  display: block;
  position: relative;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: centlefter;
  padding: 0.75rem;
}

.sign {
  padding: 1rem 0;
}

.sign__input {
  padding-bottom: 1.5rem;
}

.account {
  padding: 4rem 0 2rem 0;
}

.text-center {
  align-item: center;
}

.link-text {
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  color: #3b5998;
}

.link-text:hover {
  color: #1e2e4f;
}

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  width: 100%;
}

.button:hover {
  background-color: #1e2e4f;
}

.background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slide {
  width: 100%;
  height: 90%;
}

.slide__title {
  font-size: 3rem;
  text-shadow: -1px 1px #000000;
}

.slide__text {
  font-size: 1.25rem;
  text-shadow: -1px 1px #000000;
}

.slide__button {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding: 0.575rem 2rem;
  cursor: pointer;
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid #3b5998;
}

.slide__button:hover {
  text-decoration: none;
  background-color: #1e2e4f;
  color: #ffffff;
  border: 1px solid #1e2e4f;
}

@media screen and (min-width: 769px) {
  .login__left:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 85px;
    background: url(../images/loginfloralbefore.svg);
    background-repeat: no-repeat;
}

.login__left:after {
    position: absolute;
    content: "";
    width: 221px;
    height: 125px;
    background: url(../images/loginfloralafter.svg);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-size: auto;
}

  .login__left {
      width: 500px;
  }

  .login__right {
      margin-left: auto;
      width: calc(100% - 500px);
  }

  .option {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
  }

  .slide__title {
      font-size: 4rem;
  }

  .slide__text {
      font-size: 16px;
  }
}

.carousel-item {
  height: 90vh;
}

.carousel-caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: flex-end;
  top: 0;
  bottom: 60px;
  margin: 0;
  padding-bottom: 51px;
  text-align: left;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

ol.carousel-indicators {
  bottom: 61px;
  left: 0 !important;
  text-align: left;
  justify-content: left;
}

.carousel-indicators li {
  width: 10px;
  border-radius: 28px;
  height: 10px;
  float: left;
  display: inline-block;
  border: 2px solid #fff !important;
  background: #ffffff5c;
  opacity: 1 !important;
  left: 0;
}

.carousel-indicators li.active {
  background: #fff;
}

.carousel-caption {
  left: 5% !important;
  right: 5% !important;
}

ol.carousel-indicators {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.language_switcher ul {
  list-style: none;
  float: right;
}

.language_switcher ul li {
  display: inline-block;
  padding: 0 5px;
}

.language_switcher {
  width: 100%;
  /* float: left; */
}

.language_switcher ul li a {
  text-decoration: none;
  color: #ADADAD;
  font-size: 15px;
  font-weight: 500;
}

.language_switcher ul li a.active {
  color: #1E81CE;
}

article.panel__footer ul {
  align-items: end !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

article.panel__footer img {
  width: 56px !important;
}

.digit-group input {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  line-height: 50px;
  outline: none;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: #525252;
  margin: 0;
  border: 1px solid #808080;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.otprow.digit-group {
  display: flex;
}

.digit-group input:nth-child(1), .digit-group .splitter+input {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 0;
}

.digit-group input:nth-child(3), .digit-group input:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 0;
}

.login__right .sign.text-left label {
  font-size: 13px !important;
  color: #858997;
  text-transform: uppercase;
  font-weight: 400;
}

.login__right p.resendotptxt {
  color: #939EAC;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 500;
}

.login__right p.resendotptxt a {
  color: #1E81CE;
  text-decoration: none;
}

.login__right .button {
  background: #1E81CE;
  padding: 13px 101px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  width: auto;
  box-shadow: 0 3px 3px #E0E4EE;
  transition: ease all .5s;
  letter-spacing: 2px;
}

.login__right .button:hover {
  background: #2094ef;
  transition: ease all .5s;
}

p.slide__text {
  position: relative;
}

p.slide__text:before {
  content: "";
  position: absolute;
  background: url(../images/loginquote.png);
  width: 32px;
  height: 70px;
  top: -50px;
  background-position: left;
  background-size: 32px;
}

input#phone {
  border: 2px solid #E9EFF5;
  font-size: 15px;
  padding: 10px 10px;
  height: auto !important;
  max-width: 280px;
  color: #000;
  font-weight: 500;
}

input {
  outline: none;
}

.logorow {
  max-width: 100%;
  margin: 60px 0 0 20px;
}

.logorow img {
  max-width: 327px;
}

.login__right .panel {
  padding-top: 60px;
}

/* Login */
/* Dashboard */

.analyticsnotification {
  width: 30px;
  height: 30px;
  background: #E83939;
  float: right;
  display: inline-block;
  padding: 2px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: -16px;
  right: -30px;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body {
  font-family: 'Montserrat', sans-serif;
}

/* Login */
.login {
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.login__left {
  background: url(../images/Loginleftimage.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0;
  padding: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #3b5998;
}

.login__right {
  height: 100%;
  background: url(../images/loginbg.png);
  margin-left: 0;
  min-height: 100vh;
  width: 100%;
  padding: 1rem 4rem;
  background-color: #ffffff;
}

.panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0;
  height: 80%;
  padding: 2rem 0 1rem 0;
  min-height: 80vh;
}

.panel__header {
  display: block;
}

.header__brand {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header__text {
  padding: 0;
  font-weight: 300;
  font-size: 28px;
  margin: 0;
  color: #2E374D;
}

.logo__tile {
  width: 180px;
}

.icon-primary-color {
  fill: #3b5998;
}

.panel__body {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 1rem 0 1rem 0;
}

.panel__footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: revert;
  -webkit-box-pack: unset;
  justify-content: stretch;
  padding: 0.5rem 0;
}

.option {
  -webkit-box-align: center;
  align-items: center;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.option__item {
  display: block;
  position: relative;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: centlefter;
  padding: 0.75rem;
}

.sign {
  padding: 1rem 0;
}

.sign__input {
  padding-bottom: 1.5rem;
}

.account {
  padding: 4rem 0 2rem 0;
}

.text-center {
  align-item: center;
}

.link-text {
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  color: #3b5998;
}

.link-text:hover {
  color: #1e2e4f;
}

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  width: 100%;
}

.button:hover {
  background-color: #1e2e4f;
}

.background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000000;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slide {
  width: 100%;
  height: 90%;
}

.slide__title {
  font-size: 3rem;
  text-shadow: -1px 1px #000000;
}

.slide__text {
  font-size: 1.25rem;
  text-shadow: -1px 1px #000000;
}

.slide__button {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding: 0.575rem 2rem;
  cursor: pointer;
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid #3b5998;
}

.slide__button:hover {
  text-decoration: none;
  background-color: #1e2e4f;
  color: #ffffff;
  border: 1px solid #1e2e4f;
}

@media screen and (min-width: 769px) {
  .login__left {
      width: 400px;
  }

  .login__right {
      margin-left: auto;
      width: calc(100% - 400px);
  }

  .option {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
  }

  .slide__title {
      font-size: 4rem;
  }

  .slide__text {
      font-size: 14px;
  }
}

.carousel-item {
  height: 90vh;
}

.carousel-caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: flex-end;
  top: 0;
  bottom: 0px;
  margin: 0;
  padding-bottom: 51px;
  text-align: left;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

ol.carousel-indicators {
  bottom: 22px;
  left: 0 !important;
  text-align: left;
  justify-content: left;
}

.carousel-indicators li {
  width: 7px;
  border-radius: 28px;
  height: 7px;
  float: left;
  display: inline-block;
  border: 1px solid #fff !important;
  background: #ffffff5c;
  opacity: 1 !important;
  left: 0;
}

.carousel-indicators li.active {
  background: #fff;
}

.carousel-caption {
  left: 5% !important;
  right: 5% !important;
  text-align: left;
  align-items: flex-start;
}

ol.carousel-indicators {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.language_switcher ul {
  list-style: none;
  float: right;
}

.language_switcher ul li {
  display: inline-block;
  padding: 0 3px;
}

.language_switcher {
  width: 100%;
  /* float: left; */
}

.language_switcher ul li a {
  text-decoration: none;
  color: #ADADAD;
  font-size: 15px;
  font-weight: 500;
}

.language_switcher ul li a.active {
  color: #1E81CE;
}

article.panel__footer ul {
  align-items: end !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

article.panel__footer img {
  width: 56px !important;
}

.digit-group input {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  line-height: 50px;
  outline: none;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: #525252;
  margin: 0;
  border: 1px solid #808080;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
  width: 50px;
  position: relative;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.otprow.digit-group {
  display: flex;
}

.digit-group input:nth-child(1), .digit-group .splitter+input {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 0;
}

.digit-group input:nth-child(3), .digit-group input:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 0;
}

.login__right .sign.text-left label {
  font-size: 12px !important;
  color: #858997;
  text-transform: uppercase;
  font-weight: 400;
}

.login__right p.resendotptxt {
  color: #6c6e71;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 500;
}

.login__right p.resendotptxt a {
  color: #1E81CE;
  text-decoration: none;
}

.login__right .button {
  background: #1E81CE;
  padding: 13px 101px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  width: auto;
  box-shadow: 0 3px 3px #E0E4EE;
  transition: ease all .5s;
  letter-spacing: 1px;
  text-decoration: none;
}

.login__right .button:hover {
  background: #2094ef;
  color:#fff;
  transition: ease all .5s;
}

p.slide__text {
  position: relative;
  max-width: 100%;
  left: 0;
  float: left;
}

p.slide__text:before {
  content: "";
  position: absolute;
  background: url(../images/loginquote.png);
  width: 32px;
  height: 70px;
  top: -50px;
  background-position: left;
  background-size: 32px;
}

input#phone {
  border: 2px solid #E9EFF5;
  font-size: 15px;
  padding: 10px 10px;
  height: auto !important;
  max-width: 280px;
  color: #000;
  font-weight: 500;
}

input {
  outline: none;
}

.logorow {
  max-width: 100%;
  margin: 40px 0 0 40px;
}

.logorow img {
  max-width: 327px;
}

.login__right .panel {
  padding-top: 60px;
  margin-bottom: 35px;
}

/* Login */
/* Dashboard */
.innerpages {
  /* background: url(../images/pagebg.png) repeat;
  background-size: cover;
  background-repeat: repeat; */
  background: #fff;
}

.innerpagesnw {
  background: url(../images/pagebg.png) repeat;
  background-size: cover;
  background-repeat: repeat;
  background: #fff;
}

.innerlogo img {
  max-width: 340px;
}

.innerlogo img {
  max-width: 340px;
}

header {
  padding: 30px 0 0;
}

header .language_switcher ul {
  float: left;
  padding: 0;
}

.innerpages {
  /* background: url(../images/pagebg.png) repeat; */
  background: #fff;
}

a#headerprofuiledropdown {
  display: inline-block;
  width: auto;
  outline: none !important;
  background: none !important;
  border: 0 !important;
  color: #000;
  justify-content: right;
  margin-top: -14px;
  outline: none;
  box-shadow: none !important;
}

.profilepic {
  float: left;
}

.profileheadtext {
  float: left;
  padding-left: 9px;
  text-align: left;
}

.profileheadtext p {
  font-size: 12px;
  margin: 0;
  color: #9D9D9D;
}

.profileheadtext h6 {
  margin: 0;
  color: #2A2C36;
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px;
  margin-right: 5px;
}

.innerpages .language_switcher ul li, .innerpages .language_switcher ul li a {
  font-size: 14px !important;
}

.row.maincontainer {
  padding: 10px 0;
  box-sizing: border-box;
  min-height: 350px;
}

.row.main1container {
  padding: 10px 0;
  box-sizing: border-box;
  min-height: 200px;
}
.alerts {
  background: #F5F6FA;
  border-radius: 3px;
  border: 2px solid #fff;
  font-size: 13px;
  margin: 15px 0;
}

.alert_title {
  background: #EF3F3F;
  color: #fff;
  padding: 10px 15px 8px 35px;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid #fff;
  position: relative;
}

.alert_text {
  padding: 7px;
  font-weight: 500;
  color: #555555;
}

.alert_text span {
  margin: 0 11px;
}

span.intro-banner-vdo-play-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 3px;
  top: 4px;
}

.pinkBg {
  background-color: #fff !important;
  background-image: #fff;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: 0.3s;
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: 0.6s;
}
a.dashbtns:hover img {
    margin-left: 11px;
}

.dashboardcardfooter *, .dashboardftinner *, a.dashbtns:hover {
    transition: ease all .5s;
}

a.dashbtns:hover {
    background: #00000073;
}
.digitalExiceregister {
  background: #4F50AD url(../images/loginbg.png);
  padding: 15px;
  color: #fff;
  height: 100%;
  /* display: flex; */
  min-height: 190px;
}

.digitalExiceregister h3, .circularAmendments h3, .shobhaDetails h3, .inspectionsNotice h3, .analyticsReport h3 {
  font-size: 22px;
  display: flex;
  /* display: block; */
  width: 100%;
}

.kycdetailsdashboards h5 {
    font-size: 14px;
    display: inline-block;
}

.row.dashboardftinner.kycdetailsdashboards {
    left: 15px;
    width: 100%;
}

.kycdetailsdashboards a.dashbtns {
    padding: 4px;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    text-align: center;
    float: right;
    margin-top: -2px !important;
    margin-right: 0;
}

.analyticsReport {
  background: #24BA80 url(../images/analyticsbg.png);
  padding: 15px;
  min-height: 240px;
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.inspectionsNotice {
  background: #D55083 url(../images/loginbg.png);
  padding: 15px;
  min-height: 185px;
  margin-top: 25px;
  vertical-align: baseline;
  display: grid;
  justify-content: space-between;
}

.shobhaDetails {
  background: #1E81CE url(../images/loginbg.png);
  padding: 15px;
  min-height: 210px;
}

.circularAmendments {
  background: #34A9ED url(../images/loginbg.png);
  min-height: 210px;
  padding: 15px;
  margin-top: 29px;
}

h6.dashboardsubtext {
  width: 100%;
  font-size: 12px;
  margin-top: 7px;
  float: left;
  position: relative;
}

.digitalExiceregister, .circularAmendments, .shobhaDetails, .inspectionsNotice, .analyticsReport {
  border-radius: 5px;
  color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 13px #b1b1b1;
}

.inspectionsNotice{
  display: flex;
}

.inspectionsNotice .dashboardtopIcons.row {
  width: 100%;
  /* min-width: 100% !important; */
  /* max-width: 100%; */
}
/* .alerts.row {
    margin: 0;
} */

a.actdownload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px #ccc;
    background: #fff !important;
    padding-left: 20px;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    transition: ease all .2s !important;
    border: 1px solid #fff;
    margin-top: 20px;
}

.actInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main.karnatakaAct {
    padding: 0 15px;
    margin-top: 11px;
}

a.actdownload h5 {
    font-size: 15px;
    color: #000;
    margin-left: 15px;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}

a.actdownload p {
    font-size: 12px;
    color: #000;
    margin-left: 15px;
    margin-bottom: 0;
    display: left;
    width: 100%;
}

.actarrow {
    background: #1E81CE;
    padding: 10px;
    margin-left: 20px;
    display: flex;
    height: 100%;
    height: 67px;
}

h6.dashboardsubtext:after {
  background: #ffffff75;
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.dashboardcardfooter {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px 15px;
}

.actarrow span {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    margin-top: 7px;
}

.textforact {
    padding: 14px 0;
}

a.dashbtns {
  color: #D5797F;
  background: #fff;
  margin-right: 9px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8PX;
  font-size: 17px;
  width: auto;
}
.createbtn{
  float: right;
  width: 256px !important;
  text-align: center;
}
.analyticsReport img, .circularAmendments img {
  max-width: 75% !important;
}

@-webkit-keyframes ripple {
  0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes ripple {
  0% {
      opacity: 1;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

/* Exice Report */
.insidealerts {
  background: #EF3F3F;
  padding: 20px 20px 20px 77px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}

tr.subtablehead th {
  background: #1E9FCE !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

tr.table_headMain th.afterbeforeheader {
  text-align: center;
  position: relative;
}

tr.table_headMain th.afterbeforeheader:before {
  width: 0;
  height: 0;
  border-top: 42px solid #1e9fce;
  border-right: 42px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

tr.table_headMain th.afterbeforeheader:after {
  width: 0;
  height: 0;
  border-bottom: 42px solid #FFD8DA;
  border-left: 42px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.insidetableinput {
  width: 50px;
  float: left;
  margin: 0;
  outline: none;
  appearance: none;
  box-shadow: none !important;
  border: 0;
  padding: 1px;
  font-size: 13px;
  font-weight: 500;
  height: 23px;
  background: none !important;
}

.excicetable, .excicetable th, .excicetable td, .excicetable thead {
  border: 1px solid #8BA2C4 !important;
  font-size: 13px;
  padding: 7px 10px;
}

table.table.excicetable {
  margin-top: 10px;
  background: #fff;
}

.exciceregisterdetails {
  width: 100%;
}

.excicetable td span {
  font-weight: 500;
  font-size: 13px;
}

.excicetable td input[type="text"]:focus {
  font-size: 15px;
  font-weight: 600;
}

h3.alertHeading {
  font-size: 18px;
  margin-bottom: 4px;
}

.insidealerts p {
  font-size: 13px;
  margin: 0;
}

h3.alertHeading {
  font-size: 18px;
  margin-bottom: 4px;
}

.insidealerts p {
  font-size: 13px;
  margin: 0;
}

.insidealerts:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 23px;
  background: url(../images/alert.png);
  background-repeat: no-repeat;
  background-size: 30px;
  top: 30%;
}

.productSearch input {
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  height: 35px;
  padding: 5px 10px 5px 30px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.productSearch:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  z-index: 999999;
  left: 10px;
  top: 10px;
  background-size: 15px;
}

.productSearch {
  position: relative;
  z-index: 99;
}


.tblsearchmn {
    display: flex;
    justify-content: space-between;
}

.voicesearchmain {
    float: right;
}

.voicesearchmain a {
    color: #1B1B29;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 10px;
    float: right;
}

.voicesearchmain a img {
    margin-right: 9px;
}

.exciceregisterdetails {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #00000016;
    margin-top: 20px;
}

.tbltoptexts span {
    font-size: 12px;
    width: 270px;
    float: left;
}

.tbltoptexts img {
    float: left;
    margin-top: -36px;
    margin-left: -50px;
}

.excireregisterbtnsrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

a.save {
  border: 2px solid #1E9FCE;
  float: left;
  color: #1E9FCE;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
a.save:hover{
  background:#1E9FCE;
  color:#fff;
}
a.review:hover{
  background:#fff;
  color: #1E9FCE;
  border:2px solid #1E9FCE;
}
a.review {
    color: #fff;
    background: #1E9FCE;
    float: left;
    BOX-SHADOW: 0 0 BLACK;
    border: 2px solid #1E9FCE;
    margin-left: 12px;
}

a.review, a.save {
    padding: 7px 30px !important;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

footer p {
    font-size: 12px;
}

footer {
    margin: 80px 0 20px;
}

.innerpagelogo {
    max-width: 290px;
    float: left;
}

.innerpagelogo img {
    max-width: 100%;
}

.language_switcher.innerpagemenu {
    float: right;
    width: auto;
}

.language_switcher.innerpagemenu a.active, .language_switcher.innerpagemenu a:hover {
    color: #0056b3;
    border-bottom: 2px solid;
}

.language_switcher.innerpagemenu  ul li a {
    height: 24px;
    display: inline-block;
}

.innerpages header.row {
    padding: 25px 0 0px;
}

a.completenowbtn {
    display: inline-block;
    background: #fff;
    padding: 8px 17px;
    font-size: 14px;
    color: #FF3939;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
}

.completenowbtnMain {
    display: inline-block;
}


#scrollbar1 .overview table {
    margin: 0;
}

/* table.table.excicetable:after {
  width: calc(100% + 1px);
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  background: #8BA2C4;
  left: -1px;
} */

.analyticsReport .dashboardcardfooter .row, .circularAmendments .dashboardcardfooter .row{
    width: 100%;
    display: flex;
    align-items: flex-b;
}

.analyticsReport .dashboardtopIcons, .circularAmendments .dashboardtopIcons{
    margin-bottom: 12px;
}

.analyticsReport .dashboardtopIcons img, .circularAmendments .dashboardtopIcons img {
    max-width: 40px !important;
}

.analyticsReport .dashboardcardfooter, .circularAmendments .dashboardcardfooter{
    position: absolute;
    align-items: inherit;
    display: block;
    bottom: 0 !important;
    justify-content: inherit;
}

.analyticsReport .dashboardcardfooter a.dashbtns, .circularAmendments .dashboardcardfooter a.dashbtns{
    display: inline-block;
    margin-top: 20px;
}
.row.dashboardftinner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 21px;
}

.circularAmendments {
  position: relative;
}

.row.dashboardftinner a.dashbtns {
  margin-top: 10px;
  display: inline-block;
}

.row.dashboardftinner img {
  max-width: 10px !important;
}

@media screen and (min-width:800px) and (max-width:920px){
  .login__left {
    width: 400px;
  }

  .login__right {
    margin-left: auto;
    width: calc(100% - 400px);
  }
}

@media screen and (min-width:769px) and (max-width:799px){
  .login__left {
    width: 350px;
  }

  .login__right {
    margin-left: auto;
    width: calc(100% - 350px);
  }
}

@media screen and (min-width:300px) and (max-width:768px){
    section.login__right {
      float: left;
      position: relative !important;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      padding: 15px;
  }

  section.login__left {
      float: left;
      position: relative !important;
      z-index: 9;
      width: 100% !IMPORTANT;
      max-width: 100% !important;
      min-width: 100%;
      max-height: 70px;
      min-height: 70px;
      height: 70px;
      background: #3c8dd8;
  }

  .logorow {
      float: left;
      display: block;
      margin: 12px;
  }

  div#loginCarousel {
      display: none;
  }

  main.login {
      display: block;
  }


  .login__right .panel {
      padding-top: 10px;
  }

  .login__right .panel h5.header__text {
      font-size: 30px;
      font-weight: 300;
  }
}

@media screen and (min-width:300px) and (max-width:346px){

  section.login__left {
    float: left;
    position: relative !important;
    z-index: 9;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
    max-height: 70px;
    min-height: 70px;
    height: 70px;
    background: #3c8dd8;
  }

  .digit-group input {
    width: 40px;
  }

  .option__item button {
    width: 100% !important;
    padding: 13px 0 !important;
  }
  .logorow img {
  max-width: 100%;
  }

  .login__right .panel h5.header__text {
    font-size: 26px;
    font-weight: 300;
  }
  .alert_title {
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



}

@media screen and (min-width:768px) and (max-width:991px){

  
  .digitalExiceregister h3, .circularAmendments h3, .shobhaDetails h3, .inspectionsNotice h3, .analyticsReport h3 {
    font-size: 13px;
}

h6.dashboardsubtext {
    font-size: 12px !important;
    font-weight: 200;
}

a.dashbtns {
    padding: 6px;
    height: 37px;
    width: 37px;
    text-align: center;
}

.analyticsReport .dashboardcardfooter a.dashbtns, .circularAmendments .dashboardcardfooter a.dashbtns {
    margin-top: 0;
}

.row.dashboardftinner.kycdetailsdashboards {
    width: 100%;
    position: absolute;
    left: 14px;
    padding: 10px;
}

.kycdetailsdashboards h5 {
    font-size: 9px;
    margin-left: 5px;
}

.row.dashboardftinner.kycdetailsdashboards .col-md-6 {
    padding: 0;
}

.kycdetailsdashboards a.dashbtns {
    width: 30px;
    height: 30px;
}
.alert_title {
  width: 100%;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.alerts.row{
  margin: 0;
}
}


@media screen and (min-width:300px) and (max-width:767px){
  .inspectionsNotice {
    margin-bottom: 25px;
}

.analyticsReport {
    margin-top: 25px;
}

.row.dashboardftinner.kycdetailsdashboards .col-md-6 {
    width: 50% !important;
}

h3.dashboardmaintext.mt-4 {
    margin-top: 0 !important;
}

.innerlogo img {
    max-width: 280px;
}

li.headerdateandtime {
    display: none !important;
}

header .col-md-6:nth-child(2) {
    width: 60%;
    padding: 0;
}

.profileheadtext h6 {
    font-size: 12px;
}

.profileheadtext p {
    font-size: 11px;
}

.profilepic {
    max-width: 32px;
}

.profilepic img {
    max-width: 33px;
}

header .col-md-6:nth-child(1) {
    width: 40%;
    padding: 0;
}

.alert_title {
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.alerts.row{
  margin: 0;
}

.dashboardcardfooter .col-lg-6 {
  width: 50%;
}

.dashboardcardfooter .col-md-6 {
  width: 50% !important;
}

.inspectionsNotice .col-md-6 {
  position: static;
}

.inspectionsNotice .col-md-6 .analyticsnotification {
  top: 20px !important;
  right: 20px;
}

.row.dashboardftinner.kycdetailsdashboards {
  padding: 15px 0;
  left: 15px;
}

}






.digitalExiceregister .dashboardcardfooter .gj-datepicker {
  width: 130px !important;
  float: left;
  padding: 0 !important;
}

.digitalExiceregister .dashboardcardfooter .row {
  width: 100%;
}

.digitalExiceregister .dashboardcardfooter .row .col-md-6:nth-child(1) {
  text-align: left;
  padding: 0;
}

.digitalExiceregister .dashboardcardfooter .row .gj-datepicker input#datepicker {
  width: 90px;
  background: none !important;
  color: #fff;
  border: 0;
  padding: 0;
}

.digitalExiceregister .dashboardcardfooter .row .gj-datepicker span button {
  padding: 0 !important;
  color: #fff !important;
  border: 0;
  background: url(../images/Calendardownarrow.png);
  background-repeat: no-repeat;
  background-position: center;
}


.digitalExiceregister .dashboardcardfooter .row .gj-datepicker span button:hover, .digitalExiceregister .dashboardcardfooter .row .gj-datepicker span button:focus {
    background: none !important;
}

.digitalExiceregisterc.dashboardcardfooter .row .gj-datepicker span button i {
    display: none;
}


@media screen and (min-width:992px) and (max-width:1199px){
  .row.dashboardftinner.kycdetailsdashboards {
      left: 16px;
      padding: 11px 0;
  }
}

a.actdownload:hover {
  background: #e1effb !important;
  box-shadow: 0 0  10px #6ca1ce91 !important;
  border:1px solid #1e81ce !important;
  transition: ease all .2s !important;
}

/* a.actdownload:hover .actarrow {
  padding: 10px 20px !important;
} */

.thead-light{
  background-color: #fff;
  position: sticky !important;
  top: 0 !important;
}
/* .header { 
  position: sticky; 
  top:0; 
}  */

.circularAmendments .dashboardtopIcons.row {
    width: 100%;
}

.analyticsReport .dashboardcardfooter {
    padding: 0 30px;
}
.digitalExiceregister .dashboardcardfooter .row .gj-datepicker span button:hover{
  padding: 0 !important;
  color: #fff !important;
  border: 0;
  background: url(../images/Calendardownarrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.digitalExiceregister .dashboardcardfooter .row .gj-datepicker span button i {
  display: none !important;
}



input#datepicker {
  border: 2px solid #E0E0E0;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
}


.filterclm input[type="text"] {
    border: 2px solid #E0E0E0;
    max-width: 140px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none !important;
}

a.excelimportexport {
    border: 2px solid #E0E0E0;
    background: #F5F5F5;
    padding: 6px 27px;
    color: #000;
    font-weight: 500;
    margin-right: 25px;
    font-size: 11px;
    text-decoration: none;
    margin-top: 31px !important;
    display: inline-block;
    border-radius: 3px;
}

.filterclm {
    vertical-align: bottom;
    display: inline-block;
    margin-right: 25px;
    float: left;
    position: relative;
}

.filterclm label {
    font-size: 11px;
    font-weight: 500;
    color: #9B9B9B;
    text-transform: uppercase;
}

.filterclm .dropdown button {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #E0E0E0;
    width: 100%;
    text-align: left;
    padding-right: 22px;
}

.filterwor {
    margin-top: 13px;
    float: left;
    width: 100%;
}

a.excelimportexport img {
    max-width: 12px;
}

.filterclm .gj-datepicker {
    width: 130px !important;
    position: relative;
}

.filterclm .gj-datepicker button {
    border: 0 !important;
    position: absolute;
    right: 0;
    height: 32px;
    background: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    z-index: 99;
}

.filterclm .dropdown button:after {
    right: 10px;
    position: absolute;
    top: 16px;
}

.filterclm .gj-datepicker button i {
    font-size: 15px !important;
    padding: 0px;
}

a.excelimportexport:hover {
    background: #eaeaea;
}

a.view_past {
    background: #1E9FCE;
    font-size: 12px;
    padding: 6px 10px;
    float: right;
    margin-top: 32px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

a.view_past img {
    margin: 0 0px 0 7px;
}
a.view_past:hover {
  background: #3badd6;
}

a.completenowbtn:hover {
    background: #f57878;
    color: #fff !important;
}

a.imlbtn {
  font-size: 12px;
  padding: 4px 30px;
  float: right;
  margin-top: 32px;
  border-radius: 3px;
  color: #1E9FCE;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  border: 2px solid #1E9FCE;
}

a.imlbtn img {
  max-width: 18px;
  float: right;
  margin-left: 5px;
}

tr.table_headMain th.firstcls {
  min-width: 410px;
}


#scrollbar1 .viewport {
  border: 1px solid #8BA2C4 !important;
}

.posAbsolute {
    position: sticky;
    /* background: #fff; */
    /* width: 410px; */
    /* left: 0; */
    /* z-index: 9; */
}


.table thead th.redtblbdrright,.table tbody td.redtblbdrright {
  border-right: 2px double #e22b2b !important;
}


.posAbsolute:after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  border-right: 2px double #e62b2b !important;
  right: 0;
  top: 0;
}

.digit-group .splitter:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #808080;
    top: 23px;
    left: 14px;
}


#headerprofuiledropdown+.dropdown-menu {
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px #00000030;
    min-width: 200px;
}

#headerprofuiledropdown+.dropdown-menu a {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}

#headerprofuiledropdown+.dropdown-menu a:hover, #headerprofuiledropdown+.dropdown-menu a:focus {
    background: rgb(30 128 205 / .06);
    color: #1E81CE !important;
    font-weight: 600;
}

.alert_text a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    border: 2px solid #858997;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 8px;
}

.alert_text a:hover {
    background: #fff;
}

.alert_text a img {
    margin-left: 4px;
}


/*tbody tr:nth-child(odd) td {
    background: rgb(30 129 206 / 9%);
}*/

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}


div#example_length {
  display: none;
}

div#example_filter {
  display: none;
}


.excicetable tr.parent.focused td {
  border-top: 2px solid #D95959 !important;
  border-bottom: 2px solid #D95959 !important;
  position: relative;
}

  

.Categorys.filterclm p {
  font-size: 15px;
}

.datesdashboard span, .datesdashboard input {
  font-size: 25px;
  font-family: Rubik;
}

.datesdashboard p {
  font-size: 11px;
  color: #f3f3f3;
}

.datesdashboard span {
  font-size: 25px;
  font-family: Rubik;
}

.datesdashboard p {
  font-size: 11px;
  color: #f3f3f3;
}

.gj-picker-bootstrap th, .gj-picker-bootstrap td {
  padding: 3px 3px;
  font-weight: 500;
  font-size: 12px;
}


.input-group-append {
    width: 33px;
    position: absolute;
    right: 0;
    z-index: 99;
}

.mainpages li.headerdateandtime {
    font-size: 13px;
}

.mainpages .language_switcher {
    float: right;
}

.mainpages .language_switcher ul {
    float: right !important;
}

.mainpages .filterclm .dropdown {
    width: 140px;
}


/* updated css */


.detailds .excicetable td {
  padding: 7px 4px;
  width: 34px !important;
  max-width: 34px !important;
  min-width: 34px !important;
  font-size: 12px !important;
}

.detailds .excicetable td input {
  max-width: 26px;
  float: left;
  min-width: 28px !important;
  font-size: 11px;
}

.detailds .excicetable td span {
  font-size: 11px;
}

.detailds .excicetable .subtablehead th {
  padding: 2px;
  font-size: 11px !IMPORTANT;
}

.detailds td.posAbsolute {
  max-width: 160px !important;
  width: 160px !important;
  min-width: 160px !important;
}

.detailds tr.table_headMain th.firstcls {
  max-width: 214px !important;
  min-width: 214px !important;
}

.detailds tr.table_headMain th.afterbeforeheader {
  font-size: 10px;
  height: 43px;
}

/* .detailds tr.table_headMain th.firstcls input[type="text"] {
  width: 90px;
} */

.mainpages li.headerdateandtime {
  font-size: 14px;
}

.detaldexcices {
    margin-top: 17px;
    padding-bottom: 39px;
    float: left;
    width: 100%;
}


.exciceregisterdetails .excireregisterbtnsrow .tbltoptexts {
    margin-top: -37px;
    float: left;
    display: inline-block;
}


.exciceregisterdetails .excireregisterbtnsrow {
    margin-bottom: 0;
}

.voicesearchmain span {
    font-size: 11px;
}


.pagebgshadow {
  background: url(../images/pagebg.png) repeat;
  
}

.detaldexcices a.imlbtn img {
    float: left;
    margin-left: 0;
    margin-top: 1px;
    margin-right: 10px;
}


a.imlbtn:hover, button.btn-print:hover {
    background: #eef9fd;
}

button.btn-print {
    background: #fff;
    border: 0;
    padding: 8px;
    float: right;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    outline: none;
    margin-top: 25px;
    margin-left: 10px;
}

a.Submitimlbtn {
    background: #1E9FCE;
    float: left;
    font-size: 12px;
    padding: 6px 30px;
    float: right;
    margin-top: 32px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    margin-left: 12px;
}

.excicetable tr.parent.focused td:before {
    /* height: 1px; */
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    background: #e45d5f !important;
    left:0;
}

tr.parent.focused td:nth-child(1) {
    border-left: 2px solid #D95959 !important;
}
tr.parent.focused td:last-child {
    border-right: 2px solid #D95959 !important;
}

.registerexcise .tbltoptexts {
  margin-top: 12px !important;
}




@media print {
  #scrollbar1 .viewport{
    overflow: visible !important;
  }
	* {
    overflow: visible;
  }
}

tr.table_headMain th {
    top: -1px;
    z-index: 9999;
    border-top: 0 !important;
}

tr.subtablehead th {
    position: sticky;
    top: 42px;
    z-index: 999;
}

input[disabled] {
  cursor: not-allowed;
}

ul.logolist {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

ul.logolist li {
  font-size: 14px;
  margin-top: 9px;
  color: #818181;
  font-weight: 500;
}

li.kaifn {
  padding: 0 6px !IMPORTANT;
  font-size: 19px !important;
}


.datesdashboard input{
  background: none;
  padding:0;
}




.ui[class*="left icon"].input>input {
  padding: 0 !important;
  width: 126px;
  background: none;
  color: #fff !important;
  border: 0;
}

.datesdashboard+#example2 {
  display: none;
}

.ui.icon.input>i.icon:not(.link) {
  right: -30px !important;
  position: absolute;
  left: inherit;
  color: #fff;
  opacity: 1;
}

.ui.input.left.icon {
  position: relative;
}

.datesdashboard {
  margin-left: -13px;
  border: 0 !important;
  max-width: 105px;
}



@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}


.exciceregisterdetails.imlmains {
  padding: 15px;
}

#upload{
  /* display:none */
  opacity: 0;
  position: absolute;
  top: 32px;
  left: 0px;
  height: 32px;
  width: 110px !important;
}

#upload_link+a.excelimportexport {
    position: relative;
    z-index: 9;
}
img.ui-datepicker-trigger {
  float: right;
  margin-top: 8px;
}
#chartdiv {
  width: 100%;
  height: 500px;
}



@media screen and (min-width:300px) and (max-width:1100px){
  #scrollbar1 .viewport{
      overflow-x:scroll;
  }
}

@media screen and (min-width:0px) and (max-width:766px){
.user_name {
  width: 60%;
}
.user_password {
  width: 60%;
}
#user_submit {
  width: 60%;
}
.login__right .button {
  padding: 13px 10px;
}
}
@media screen and (min-width:766px){
  .user_name {
    width: 40%;
  }
  .user_password {
    width: 40%;
  }
  #user_submit {
    width: 40%;
  }
  .login__right .button {
    padding: 13px 10px;
  }
}
